wayland: Remove unused variable
authorBenjamin Otte <otte@redhat.com>
Fri, 29 Mar 2013 12:36:01 +0000 (13:36 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 1 Apr 2013 12:20:46 +0000 (14:20 +0200)
gdk/wayland/gdkscreen-wayland.c

index 5c6c1dd527fa546b345c2f0ce7bd294d8bead4c3..be51d9fed6dee01be7a5be103a28b007468348ec 100644 (file)
@@ -885,7 +885,6 @@ output_handle_geometry(void *data,
                       int32_t transform)
 {
   GdkWaylandMonitor *monitor = (GdkWaylandMonitor *)data;
-  GdkWaylandDisplay *display = GDK_WAYLAND_DISPLAY (monitor->screen->display);
 
   monitor->geometry.x = x;
   monitor->geometry.y = y;